home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / term_d.h < prev    next >
C/C++ Source or Header  |  1993-10-06  |  205b  |  9 lines

  1. #ifndef __TERM_D_H__
  2. #define __TERM_D_H__
  3.  
  4. extern _VOID_ update_begin _P_((FRAME_PTR f));
  5. extern _VOID_ update_end _P_((FRAME_PTR f));
  6. extern _VOID_ calculate_costs _P_((FRAME_PTR frame));
  7.  
  8. #endif
  9.